DevForce Help Reference
DataEntityProperty<TInstance,TValue> Class Properties


For a list of all members of this type, see DataEntityProperty<TInstance,TValue> members.

Public Properties
 NameDescription
Public PropertyConcurrencyStrategyConcurrencyStrategy for this property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyDataType The datatype of this property. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyDefaultValue Gets or sets the default value for this property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyEntityTypeThe type of IEntity to which this property belongs. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyGetterInterceptorThe getter PropertyInterceptor.  
Public PropertyIsAutoIncrementing Whether this property is auto-incrementing or uses a store-generated identifier. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsComplexType Whether this property is a complex type (a non-primitive data type). (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsComputed Whether this property uses a StoreGeneratedPattern of "Computed". (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsConcurrencyProperty Whether this property is a concurrency property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsForeignKeyProperty Is this a foreign key property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsNativeProperty Gets or sets whether this property is a native property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsNullable Whether this property can accept a null value. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyIsPartOfKey Whether this property is part of the primary key. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsReadOnly Is this property readonly? (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyMemberMetadata Metadata for the property. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyName The name of this property in the Entity; this is not necessarily the data source name. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyOrdinal The ordinal index of the property in the collection of all properties for the Entity. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyPropertyInfo The actual property that this EntityProperty describes. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyRelatedNavigationPropertyName The related navigation property name that this is the foreign key for. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertySetterInterceptorThe setter PropertyInterceptor.  
Top
Protected Properties
 NameDescription
Protected PropertyEntityKind The type of object on which the property is defined. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Top
See Also

Reference

DataEntityProperty<TInstance,TValue> Class
IdeaBlade.EntityModel Namespace

Send Feedback